OSDN Git Service

ffplay: remove some unneded av_frame_unref calls
authorMarton Balint <cus@passwd.hu>
Wed, 25 Dec 2013 14:55:30 +0000 (15:55 +0100)
committerMarton Balint <cus@passwd.hu>
Sun, 29 Dec 2013 12:19:19 +0000 (13:19 +0100)
commite3ff6938b5d6cc1d932d5bf182af13840961cf56
tree6ae5c0c47792373c7b9fe4702e58f90045d50d13
parent379caaa7789834fa2b0b45c82399082d2bc85113
ffplay: remove some unneded av_frame_unref calls

av_buffersrc_add_frame implicitly unreferences the added frame.

Signed-off-by: Marton Balint <cus@passwd.hu>
ffplay.c