]> git.sesse.net Git - ffmpeg/commit
cmdutils: Allocate private decoder context if its not allocated yet.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 16 May 2011 19:00:06 +0000 (21:00 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 16 May 2011 19:26:18 +0000 (21:26 +0200)
commit5319f48a5753772e5c04c022a0ed903d8ceecbd1
tree9db95fcc4969201699718c849f5d1468aa6d932b
parent68bed67d2eaabcfa7eaf00442312055f7d953b69
cmdutils: Allocate private decoder context if its not allocated yet.

This fixes and simplifies setting decoder private options.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
cmdutils.c