diff options
Diffstat (limited to 'libavformat/mkvtimestamp_v2.c')
-rw-r--r-- | libavformat/mkvtimestamp_v2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/mkvtimestamp_v2.c b/libavformat/mkvtimestamp_v2.c index b04c655f7f..3ed195ac5c 100644 --- a/libavformat/mkvtimestamp_v2.c +++ b/libavformat/mkvtimestamp_v2.c @@ -44,8 +44,8 @@ static int write_packet(AVFormatContext *s, AVPacket *pkt) AVOutputFormat ff_mkvtimestamp_v2_muxer = { .name = "mkvtimestamp_v2", .long_name = NULL_IF_CONFIG_SMALL("extract pts as timecode v2 format, as defined by mkvtoolnix"), - .audio_codec = CODEC_ID_NONE, - .video_codec = CODEC_ID_RAWVIDEO, + .audio_codec = AV_CODEC_ID_NONE, + .video_codec = AV_CODEC_ID_RAWVIDEO, .write_header = write_header, .write_packet = write_packet, }; |