summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnthony Delannoy <anthony.2lannoy@gmail.com>2019-08-21 11:36:15 +0200
committerMarton Balint <cus@passwd.hu>2019-09-19 21:30:54 +0200
commit81bb71761ac3bcac6d70c66267636753494174cc (patch)
tree2bd4a5722f5685d5343eda2820f217fd20ee0f32 /libavcodec/avcodec.h
parent5e51c1aeb5b3497ce37f3eddab4c252125d54221 (diff)
avcodec: add EPG codec ID
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 0ec3e73865..c91ee4af5b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -690,6 +690,7 @@ enum AVCodecID {
AV_CODEC_ID_TTF = 0x18000,
AV_CODEC_ID_SCTE_35, ///< Contain timestamp estimated through PCR of program stream.
+ AV_CODEC_ID_EPG,
AV_CODEC_ID_BINTEXT = 0x18800,
AV_CODEC_ID_XBIN,
AV_CODEC_ID_IDF,