]> git.sesse.net Git - ffmpeg/commit
swscale: avoid pointless use of compound literals
authorMans Rullgard <mans@mansr.com>
Sat, 13 Oct 2012 23:26:15 +0000 (00:26 +0100)
committerMans Rullgard <mans@mansr.com>
Tue, 23 Oct 2012 11:00:21 +0000 (12:00 +0100)
commita805cefd8b81e551ab7dfb6a7ae8b5a1512e7893
treea987d009b2847ee44ff39423f332e991a6720ce4
parentfab0a8b2c6caa0e6478915bb42904995d70c4b3f
swscale: avoid pointless use of compound literals

Some compilers (e.g. old gcc) have trouble with these.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libswscale/swscale_unscaled.c