From c68a48c474f609df3eeb7d9738675d6ac8835e0a Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Fri, 8 Oct 2010 12:06:27 -0700 Subject: Refactor some more h.264 utility code out into avc_utils. Work around a hardware decoder issue by making sure the first access unit submitted to a decoder at startup or after seek is an IDR. Change-Id: I61936601e55df7e4c23a8c13087579a4f85bd6e6 --- media/libstagefright/mpeg2ts/ESQueue.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'media/libstagefright/mpeg2ts/ESQueue.h') diff --git a/media/libstagefright/mpeg2ts/ESQueue.h b/media/libstagefright/mpeg2ts/ESQueue.h index 246c390..9eaf834 100644 --- a/media/libstagefright/mpeg2ts/ESQueue.h +++ b/media/libstagefright/mpeg2ts/ESQueue.h @@ -56,9 +56,6 @@ private: unsigned profile, unsigned sampling_freq_index, unsigned channel_configuration); - static sp MakeAVCCodecSpecificData( - const sp &accessUnit); - DISALLOW_EVIL_CONSTRUCTORS(ElementaryStreamQueue); }; -- cgit v1.1