rtpdec_h264: Don't set the pixel format
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sun, 26 Aug 2012 15:35:08 +0000 (17:35 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 28 Aug 2012 15:16:00 +0000 (18:16 +0300)
commit6af2480aa62e96fbfa4f2f99b80280ce77dafafd
tree915d78fbefa8146d9f48e6629570d4785de51efc
parent6f5b1a2ba4cc568b3b8ae11b7dfd4a70fb891680
rtpdec_h264: Don't set the pixel format

There is no need for this depacketizer to set the pixel format,
the decoder can do that just fine.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpdec_h264.c