Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@


# EncoderDecoderTestForMJPEG

## Purpose

This is a test application for JPEG/M-JPEG throug `MediaCodec`. This could also be a good tutorial of how to using
This is a test application for JPEG/M-JPEG through `MediaCodec`. This could also be a good tutorial of how to using
`MediaCodec` `API` on Android.

## Requisites
Expand Down Expand Up @@ -68,7 +70,3 @@ You will see a *PASS* if the test complete successfully. And 10 output frames in
~~5 . Code revise needed.~~

6 . Should handle Java `FileOutputStream`/`FileInputStream` nicely.