]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cbs.h
avcodec/dsicinvideo: Propagate errors from cin_decode_rle()
[ffmpeg] / libavcodec / cbs.h
index 396ff0faec7fb3aa291888f3b6a472584f9a321e..402eb39e00aef758aa9575f3d80c45922007f308 100644 (file)
@@ -201,6 +201,14 @@ typedef struct CodedBitstreamContext {
 } CodedBitstreamContext;
 
 
+/**
+ * Table of all supported codec IDs.
+ *
+ * Terminated by AV_CODEC_ID_NONE.
+ */
+extern const enum AVCodecID ff_cbs_all_codec_ids[];
+
+
 /**
  * Create and initialise a new context for the given codec.
  */