vo_format_name prototype added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2655 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-03 21:01:12 +00:00
parent 192e7ca356
commit 2468fadea2
1 changed files with 2 additions and 0 deletions

View File

@ -60,4 +60,6 @@ typedef struct {
int timestamp; // pts, 90000 Hz counter based
} vo_mpegpes_t;
char *vo_format_name(int format);
#endif