[FFmpeg-devel] [PATCH] Silence warnings about NAL_SVC_NON_IDR in H264

Michael Niedermayer michaelni
Thu Aug 30 18:10:40 CEST 2007


Hi

On Thu, Aug 30, 2007 at 01:22:09PM +0200, Carl Eugen Hoyos wrote:
[...]
> Index: libavcodec/h264.c
> ===================================================================
> --- libavcodec/h264.c	(Revision 10260)
> +++ libavcodec/h264.c	(Arbeitskopie)
> @@ -7846,6 +7846,8 @@
>          case NAL_FILLER_DATA:
>          case NAL_SPS_EXT:
>          case NAL_AUXILIARY_SLICE:
> +        case NAL_SVC_NON_IDR:
> +        case NAL_SVC_IDR:
>              break;
>          default:
>              av_log(avctx, AV_LOG_ERROR, "Unknown NAL code: %d (%d bits)\n", h->nal_unit_type, bit_length);

this should not be AV_LOG_ERROR

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The greatest way to live with honor in this world is to be what we pretend
to be. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070830/c352786d/attachment.pgp>



More information about the ffmpeg-devel mailing list