From f09b2ff661040828e2b17fad89613f7706b10e7d Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 27 Nov 2013 20:54:07 +0100 Subject: cosmetics: rename video/audio reset functions These used the suffix _resync_stream, which is a bit misleading. Nothing gets "resynchronized", they really just reset state. (Some audio decoders actually used to "resync" by reading packets for resuming playback, but that's not the case anymore.) Also move the function in dec_video.c to the top of the file. --- audio/decode/ad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/decode/ad.h') diff --git a/audio/decode/ad.h b/audio/decode/ad.h index 9a696fb630..56f8944120 100644 --- a/audio/decode/ad.h +++ b/audio/decode/ad.h @@ -40,7 +40,7 @@ struct ad_functions { }; enum ad_ctrl { - ADCTRL_RESYNC_STREAM = 1, // resync, called after seeking + ADCTRL_RESET = 1, // flush and reset state, e.g. after seeking }; #endif /* MPLAYER_AD_H */ -- cgit v1.2.3