]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
sgidec: correct end pointer
[ffmpeg] / cmdutils.h
index 925df5014e98c2557b2c4d8547c88301d45b98e4..1d237b56aa09524ab2d705fb0768b18170bd17d6 100644 (file)
@@ -236,7 +236,7 @@ int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec);
  *              If null, the default one is looked up according to the codec id.
  * @return a pointer to the created dictionary
  */
-AVDictionary *filter_codec_opts(AVDictionary *opts, enum CodecID codec_id,
+AVDictionary *filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id,
                                 AVFormatContext *s, AVStream *st, AVCodec *codec);
 
 /**