Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
81bb7176
Commit
81bb7176
authored
Aug 21, 2019
by
Anthony Delannoy
Committed by
Marton Balint
Sep 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: add EPG codec ID
Signed-off-by:
Marton Balint
<
cus@passwd.hu
>
parent
5e51c1ae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
avcodec.h
libavcodec/avcodec.h
+1
-0
codec_desc.c
libavcodec/codec_desc.c
+6
-0
version.h
libavcodec/version.h
+1
-1
No files found.
libavcodec/avcodec.h
View file @
81bb7176
...
...
@@ -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
,
...
...
libavcodec/codec_desc.c
View file @
81bb7176
...
...
@@ -3197,6 +3197,12 @@ static const AVCodecDescriptor codec_descriptors[] = {
.
name
=
"scte_35"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"SCTE 35 Message Queue"
),
},
{
.
id
=
AV_CODEC_ID_EPG
,
.
type
=
AVMEDIA_TYPE_DATA
,
.
name
=
"epg"
,
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"Electronic Program Guide"
),
},
{
.
id
=
AV_CODEC_ID_BINTEXT
,
.
type
=
AVMEDIA_TYPE_VIDEO
,
...
...
libavcodec/version.h
View file @
81bb7176
...
...
@@ -28,7 +28,7 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 5
7
#define LIBAVCODEC_VERSION_MINOR 5
8
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment