diff options
author | Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> | 2014-01-23 16:18:57 -0300 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com> | 2014-01-23 17:40:58 -0300 |
commit | ba15aab4a4a296c632bd8d3428b002055109c7d1 (patch) | |
tree | 6137f1a1cc49bbc6f804ba4d26c211a0087aa4eb /ffmpeg.c | |
parent | d467e7df1a74b74eaea27434b1c4de17518f400f (diff) | |
download | ffmpeg-ba15aab4a4a296c632bd8d3428b002055109c7d1.tar.gz |
libavformat/mtv: make clear we assume bpp is always 16
All samples in the wild are RGB565/555 and we are already
acting on this assumption when pushing out the video frames,
so if we get anything != than 16 for bpp we just override
this value for doing any calculations making our approach
consistent.
Also avoid repeatedly shifting bpp.
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
Diffstat (limited to 'ffmpeg.c')
0 files changed, 0 insertions, 0 deletions