summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/MediaMuxer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/stagefright/MediaMuxer.h')
-rw-r--r--include/media/stagefright/MediaMuxer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/stagefright/MediaMuxer.h b/include/media/stagefright/MediaMuxer.h
index 9da98d9..e6538d1 100644
--- a/include/media/stagefright/MediaMuxer.h
+++ b/include/media/stagefright/MediaMuxer.h
@@ -50,9 +50,6 @@ public:
OUTPUT_FORMAT_LIST_END // must be last - used to validate format type
};
- // Construct the muxer with the output file path.
- MediaMuxer(const char *path, OutputFormat format);
-
// Construct the muxer with the file descriptor. Note that the MediaMuxer
// will close this file at stop().
MediaMuxer(int fd, OutputFormat format);