diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-21 10:25:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-21 10:25:00 +0000 |
| commit | cd34ac8e2e5a835b5907a8a67b241e29240eb7b9 (patch) | |
| tree | fbefd9b43461831084178c43a4eb352e4fe7aac3 /src/lib/ffmpeg_content.h | |
| parent | 353507afb5ed4249d554a4e8e7e78d9076fb0e40 (diff) | |
Another small clean-up.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
| -rw-r--r-- | src/lib/ffmpeg_content.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index b1f2abcea..d1aa3a0b5 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -46,9 +46,10 @@ public: void as_xml (xmlpp::Node *) const; /** @param c An AVFormatContext. - * @return Stream index within the AVFormatContext. + * @param index A stream index within the AVFormatContext. + * @return true if this FFmpegStream uses the given stream index. */ - int index (AVFormatContext const * c) const; + bool uses_index (AVFormatContext const * c, int index) const; AVStream* stream (AVFormatContext const * c) const; std::string name; |
