On Sat, Aug 18, 2012 at 05:30:38PM +0200, Guillaume Martres wrote:
> From: Guillaume Martres <[email protected]>
>
> ---
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/hevcdec.c | 30 ++++++++++++++++++++++++++++++
> 3 files changed, 32 insertions(+)
> create mode 100644 libavformat/hevcdec.c
Version bump and changelog entry missing, see the dev docs.
> --- /dev/null
> +++ b/libavformat/hevcdec.c
> @@ -0,0 +1,30 @@
> +
> +static int hevc_probe(AVProbeData *p)
> +{
> + return AVPROBE_SCORE_MAX/2;
spaces around /
> +FF_DEF_RAWVIDEO_DEMUXER(hevc, "raw HEVC video format", hevc_probe,
> "hevc,h265,265", AV_CODEC_ID_HEVC)
Drop "format" and maybe even "video" from the string.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel