sol: return error if av_get_packet() fails.
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 24 Sep 2011 01:43:43 +0000 (21:43 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 25 Sep 2011 20:53:49 +0000 (16:53 -0400)
commitb15a9888a8f8e8cc9784ffd8d5d0307900fb78bb
tree6900c1eb68128853b805c8816ff734a036bd940e
parent88f908fbdc19dec17f2bb223e6d1fffc3408e6a5
sol: return error if av_get_packet() fails.

This prevents sending a packet with data=NULL size=AVERROR_EOF.
libavformat/sol.c