Commit 3a0c9026 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ea29f965'

* commit 'ea29f965':
  mov: Support HEVC demuxing

Conflicts:
	Changelog
	libavformat/mov.c
	libavformat/version.h

See: 53f903b7Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents b594aceb ea29f965
...@@ -49,8 +49,8 @@ version 2.1: ...@@ -49,8 +49,8 @@ version 2.1:
- Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support) - Enhanced Low Delay AAC (ER AAC ELD) decoding (no LD SBR support)
- Linux framebuffer output device - Linux framebuffer output device
- HEVC decoder - HEVC decoder
- raw HEVC demuxer - raw HEVC, HEVC in MOV/MP4 demuxing
- HEVC demuxing in TS, Matroska and MP4 - HEVC demuxing in TS, Matroska
- mergeplanes filter - mergeplanes filter
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define LIBAVFORMAT_VERSION_MAJOR 55 #define LIBAVFORMAT_VERSION_MAJOR 55
#define LIBAVFORMAT_VERSION_MINOR 20 #define LIBAVFORMAT_VERSION_MINOR 20
#define LIBAVFORMAT_VERSION_MICRO 101 #define LIBAVFORMAT_VERSION_MICRO 102
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \ LIBAVFORMAT_VERSION_MINOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment